Dynamicweb 8 Documentation
SelectByIds(IEnumerable<String>) Method

Item Ids.
Selects items by their Ids.
Syntax
'Declaration
 
Public Overloads Overridable Function SelectByIds( _ 
   ByVal ids As IEnumerable(Of String) _ 
) As IEnumerable(Of Item)
public virtual IEnumerable<Item> SelectByIds( 
   IEnumerable<string> ids 
)

Parameters

ids
Item Ids.

Return Value

Items with the given Ids.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Repository Class
Repository Members
Overload List

Send Feedback